Get Food Recomnendations API
This API will get the Food Recomnendations content for AOK.
- Request Type : GET
- End Point URL : /v1/getFoodRecommendations
- Authorization : basic_auth
Parameters :
Parameter | Description |
---|---|
aokid* | AOK id is the AOK specefic unique id. It will filter static html content and get AOK specefic content. |
Note :'*' Parameters are required
- Sample URL : https://site_url/v1/getFoodRecommendations?aokid=aokbw
- Response Success Code : 200 OK
- Sample Response
[
{
"id": 341,
"image": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/motivation-icons/Kuchen.png",
"portionText": "Portion Kuchen (125g)",
"foodCalorie": 588
},
{
"id": 340,
"image": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/motivation-icons/Hamburger.png",
"portionText": "Hamburger (215g)",
"foodCalorie": 456
}
]